// Clean Flood configuration...
// Any lines starting with // are ignored
// Spamsets must be enclosed in curly brackets
// For example:
//     {
//     You
//     Got
//     Owned
//     Newbies
//     }
// NOTE: Spams that have more lines than the spamset defined in Config.ini will be truncated
//       e.g. Say in the config file you have "Spamset=RSSS" and a spamset defined below has 4
//            lines between the curly brackets, only the first 3 lines will be sent

{
~~~Spam goes here~~~
~~~Spam goes here~~~
~~~Spam goes here~~~
~~~Spam goes here~~~
}

{
~~~Spam goes here~~~
~~~Spam goes here~~~
~~~Spam goes here~~~
~~~Spam goes here~~~
}